Skip to main content

Digisquares AI Platforms and Models

AI platforms use models that are trained on specific types of data to make relevant decisions and perform tasks. For example, you would interact with one type of model to generate chat responses and a different model to generate images. AI models are also known as LLMs (large language models).

In general, a model is a collective group of model instances, each of which varies in terms of functionality or data. For example, there are different instances of OpenAI's GPT-4 model, such as gpt-4 and gpt-4-turbo. You can specify the exact model instance when configuring Digisquares AI.

Digisquares-Managed OpenAI

You can interact with OpenAI models using either a Digisquares-managed connection or with your own credentials. Digisquares recommends using the Digisquares-managed connection for testing and development purposes. Once you're ready to use AI in production, switch to your own OpenAI connection using API credentials.

The Digisquares-managed OpenAI connection provides a limited number of tokens to each organization per day and is rate-limited to 250,000 tokens per hour. If you use Vectors in Digisquares AI, you can reach this limit very quickly. You can configure AI platforms in Digisquares AI to use your own API credentials for production use.


Available Platforms and Models

Digisquares supports a number of AI platforms and their models for use. Here are the supported platforms and models:

PlatformModels
OpenAIGPT-4o, GPT-4, GPT 3.5 Turbo, DALL·E

AI Tokens

Estimate Token Usage

Use OpenAI's tokenizer tool to calculate how many tokens would result from a passage of text.

AI models use tokens, rather than characters or bytes, to represent the commonality of sequences and usage. In general, a single token can equate to approximately four characters.

The text you provide in an AI query is converted by the model into tokens, after which it can generate the necessary response.

Billing and Usage

AI platforms calculate billing costs based on token usage. Refer to each AI platform to find out pricing information and how to monitor usage.